home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / c / roboticsdp / include / minissc.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  399b  |  24 lines

  1. #ifndef _INCLUDE_MINISSC_H
  2. #define _INCLUDE_MINISSC_H
  3.  
  4. /*
  5. **  $VER: minissc.h 1.0 (15.1.2000)
  6. **
  7. **  Copyright © 2000 Janne Peräaho.
  8. **        All Rights Reserved.
  9. */
  10.  
  11. #ifndef MINISSC_H
  12. #include <libraries/minissc.h>
  13. #endif
  14.  
  15. #ifndef CLIB_MINISSC_PROTOS_H
  16. #include <clib/minissc_protos.h>
  17. #endif
  18.  
  19. #ifndef PRAGMAS_MINISSC_H
  20. #include <pragmas/minissc_pragmas.h>
  21. #endif
  22.  
  23. #endif /* _INCLUDE_MINISSC_H */
  24.